You are here: COM API reference > Events > BeforeSubmitWorkingCopy event

BeforeSubmitWorkingCopy event

This event occurs when the user selects to submit a working copy (or to release a Quick Change).

Syntax

Private Sub AMUIExtension_BeforeSubmitWorkingCopy(
            ByVal CurrentObject As Object,
            ReAssign As Boolean,
            Abort As Boolean)
Parameters
Name Description

CurrentObject

The document of which the working copy will be submitted.

ReAssign

Reserved. See About reserved objects, methods, and properties .

Abort

Setting this argument to True will abort the operation. The AfterSubmitWorkingCopy event will not occur.

Remarks

The CurrentObject argument is an AMDocument object.


www.bluecieloecm.com